func github.com/coder/websocket.selectSubprotocol

2 uses

	github.com/coder/websocket (current package)
		accept.go#L141: 	subproto := selectSubprotocol(r, opts.Subprotocols)
		accept.go#L266: func selectSubprotocol(r *http.Request, subprotocols []string) string {